home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / nwlib15.zip / DEMO.ZIP / FILES.DFM / FILES.txt
File List  |  1996-06-08  |  6KB  |  326 lines

  1. object winFile: TwinFile
  2.   Left = 26
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Functions'
  6.   ClientHeight = 500
  7.   ClientWidth = 575
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Pitch = fpVariable
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 10
  19.     Top = 37
  20.     Width = 218
  21.     Height = 310
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Bevel2: TBevel
  26.     Left = 347
  27.     Top = 37
  28.     Width = 218
  29.     Height = 310
  30.     Shape = bsFrame
  31.     IsControl = True
  32.   end
  33.   object Bevel3: TBevel
  34.     Left = 10
  35.     Top = 354
  36.     Width = 555
  37.     Height = 135
  38.   end
  39.   object Label1: TLabel
  40.     Left = 56
  41.     Top = 368
  42.     Width = 78
  43.     Height = 16
  44.     Alignment = taRightJustify
  45.     AutoSize = False
  46.     Caption = 'File Owner:'
  47.   end
  48.   object Label2: TLabel
  49.     Left = 40
  50.     Top = 398
  51.     Width = 95
  52.     Height = 16
  53.     Alignment = taRightJustify
  54.     AutoSize = False
  55.     Caption = 'File Modified:'
  56.   end
  57.   object Label3: TLabel
  58.     Left = 70
  59.     Top = 427
  60.     Width = 65
  61.     Height = 16
  62.     Alignment = taRightJustify
  63.     AutoSize = False
  64.     Caption = 'File Size:'
  65.   end
  66.   object Label4: TLabel
  67.     Left = 35
  68.     Top = 457
  69.     Width = 100
  70.     Height = 16
  71.     Alignment = taRightJustify
  72.     AutoSize = False
  73.     Caption = 'Creation Date:'
  74.   end
  75.   object Label5: TLabel
  76.     Left = 312
  77.     Top = 398
  78.     Width = 88
  79.     Height = 16
  80.     Alignment = taRightJustify
  81.     AutoSize = False
  82.     Caption = 'Delete Date:'
  83.   end
  84.   object Label6: TLabel
  85.     Left = 318
  86.     Top = 427
  87.     Width = 82
  88.     Height = 16
  89.     Alignment = taRightJustify
  90.     AutoSize = False
  91.     Caption = 'Deleted By:'
  92.   end
  93.   object Label7: TLabel
  94.     Left = 312
  95.     Top = 457
  96.     Width = 88
  97.     Height = 16
  98.     Alignment = taRightJustify
  99.     AutoSize = False
  100.     Caption = 'Archived By:'
  101.   end
  102.   object Label8: TLabel
  103.     Left = 305
  104.     Top = 368
  105.     Width = 95
  106.     Height = 16
  107.     Alignment = taRightJustify
  108.     AutoSize = False
  109.     Caption = 'File Updated:'
  110.   end
  111.   object Label9: TLabel
  112.     Left = 21
  113.     Top = 14
  114.     Width = 103
  115.     Height = 16
  116.     Alignment = taRightJustify
  117.     AutoSize = False
  118.     Caption = 'Directory Path:'
  119.   end
  120.   object CancelBtn: TBitBtn
  121.     Left = 241
  122.     Top = 39
  123.     Width = 95
  124.     Height = 34
  125.     TabOrder = 0
  126.     Kind = bkCancel
  127.     Margin = 2
  128.     Spacing = -1
  129.     IsControl = True
  130.   end
  131.   object Panel1: TPanel
  132.     Left = 20
  133.     Top = 47
  134.     Width = 198
  135.     Height = 294
  136.     BevelOuter = bvNone
  137.     TabOrder = 1
  138.     object SalvageList: TListBox
  139.       Left = 0
  140.       Top = 21
  141.       Width = 198
  142.       Height = 237
  143.       Align = alTop
  144.       ExtendedSelect = False
  145.       ItemHeight = 16
  146.       Sorted = True
  147.       TabOrder = 0
  148.       OnDblClick = bInfoClick
  149.       OnEnter = SalvageListEnter
  150.     end
  151.     object Header1: THeader
  152.       Left = 0
  153.       Top = 0
  154.       Width = 198
  155.       Height = 21
  156.       Align = alTop
  157.       Sections.Sections = (
  158.         #0'83'#0'Deleted Files')
  159.       TabOrder = 1
  160.     end
  161.     object bInfo: TButton
  162.       Left = 10
  163.       Top = 263
  164.       Width = 178
  165.       Height = 31
  166.       Caption = '&Deleted File Info'
  167.       TabOrder = 2
  168.       OnClick = bInfoClick
  169.     end
  170.   end
  171.   object Panel2: TPanel
  172.     Left = 358
  173.     Top = 47
  174.     Width = 198
  175.     Height = 294
  176.     BevelOuter = bvNone
  177.     Caption = 'Panel2'
  178.     TabOrder = 2
  179.     object fileList: TListBox
  180.       Left = 0
  181.       Top = 21
  182.       Width = 198
  183.       Height = 237
  184.       Align = alTop
  185.       ExtendedSelect = False
  186.       ItemHeight = 16
  187.       Sorted = True
  188.       TabOrder = 0
  189.       OnDblClick = bFileInfoClick
  190.       OnEnter = fileListEnter
  191.     end
  192.     object Header2: THeader
  193.       Left = 0
  194.       Top = 0
  195.       Width = 198
  196.       Height = 21
  197.       Align = alTop
  198.       Sections.Sections = (
  199.         #0'91'#0'Available Files')
  200.       TabOrder = 1
  201.     end
  202.     object bFileInfo: TButton
  203.       Left = 10
  204.       Top = 263
  205.       Width = 178
  206.       Height = 31
  207.       Caption = '&File Info'
  208.       TabOrder = 2
  209.       OnClick = bFileInfoClick
  210.     end
  211.   end
  212.   object bSalvage: TButton
  213.     Left = 242
  214.     Top = 79
  215.     Width = 94
  216.     Height = 31
  217.     Caption = '&Salvage'
  218.     Enabled = False
  219.     TabOrder = 3
  220.     OnClick = bSalvageClick
  221.   end
  222.   object fileOwner: TEdit
  223.     Left = 138
  224.     Top = 364
  225.     Width = 149
  226.     Height = 24
  227.     AutoSize = False
  228.     TabOrder = 4
  229.     Text = 'fileOwner'
  230.   end
  231.   object fileCreated: TEdit
  232.     Left = 138
  233.     Top = 453
  234.     Width = 149
  235.     Height = 24
  236.     AutoSize = False
  237.     TabOrder = 5
  238.     Text = 'fileCreated'
  239.   end
  240.   object fileModified: TEdit
  241.     Left = 138
  242.     Top = 394
  243.     Width = 149
  244.     Height = 24
  245.     AutoSize = False
  246.     TabOrder = 6
  247.     Text = 'fileModified'
  248.   end
  249.   object fileSize: TEdit
  250.     Left = 138
  251.     Top = 423
  252.     Width = 149
  253.     Height = 24
  254.     AutoSize = False
  255.     TabOrder = 7
  256.     Text = 'fileSize'
  257.   end
  258.   object deleteDate: TEdit
  259.     Left = 404
  260.     Top = 394
  261.     Width = 149
  262.     Height = 24
  263.     AutoSize = False
  264.     TabOrder = 8
  265.     Text = 'deleteDate'
  266.   end
  267.   object deleteBy: TEdit
  268.     Left = 404
  269.     Top = 423
  270.     Width = 149
  271.     Height = 24
  272.     AutoSize = False
  273.     TabOrder = 9
  274.     Text = 'deleteBy'
  275.   end
  276.   object fileUpdated: TEdit
  277.     Left = 404
  278.     Top = 364
  279.     Width = 149
  280.     Height = 24
  281.     AutoSize = False
  282.     TabOrder = 10
  283.     Text = 'fileUpdated'
  284.   end
  285.   object archiveBy: TEdit
  286.     Left = 404
  287.     Top = 453
  288.     Width = 149
  289.     Height = 24
  290.     AutoSize = False
  291.     TabOrder = 11
  292.     Text = 'archiveBy'
  293.   end
  294.   object dirPath: TEdit
  295.     Left = 128
  296.     Top = 10
  297.     Width = 322
  298.     Height = 24
  299.     AutoSize = False
  300.     CharCase = ecUpperCase
  301.     TabOrder = 12
  302.     Text = 'DIRPATH'
  303.   end
  304.   object bRefresh: TButton
  305.     Left = 457
  306.     Top = 9
  307.     Width = 108
  308.     Height = 25
  309.     Caption = '&Refresh'
  310.     TabOrder = 13
  311.     OnClick = bRefreshClick
  312.   end
  313.   object NWServer1: TNWServer
  314.     Left = 220
  315.     Top = 248
  316.   end
  317.   object NWTools1: TNWTools
  318.     Left = 220
  319.     Top = 184
  320.   end
  321.   object NWLib1: TNWLib
  322.     Left = 220
  323.     Top = 216
  324.   end
  325. end
  326.